docs: propose advanced AI workflow extensions roadmap#1779
docs: propose advanced AI workflow extensions roadmap#1779Jarvis2021 wants to merge 1 commit intogithub:mainfrom
Conversation
Add a focused RFC-style proposal for optional debugging, self-healing, orchestration, workflow packs, and resumable collaboration patterns, with links to a working reference implementation.
|
Interesting. I'll try to take a look over the weekend. |
|
Thanks for the thoughtful write-up — it's clear you've spent real time studying how Spec Kit works. The good news is that the capabilities you're describing can already be built today using the existing extension, preset, and hook infrastructure — and in several cases the community has already built extensions that explore exactly these areas. Here's how each area maps: Debugging / evidence capture & self-healing — The extension system's
Resumable workflow state — Spec Kit is filesystem-first: specs, plans, tasks, and constitutions are all plain files in
Multi-agent orchestration — The README documents "Creative Exploration" as a development phase for parallel implementations. Extensions already tackling this:
Workflow packs — This is the presets system: composable, stackable bundles of templates, commands, and customizations with priority ordering. Review & drift analysis — Also well-covered by existing extensions:
Semantic code operations — Symbol search, usage lookup, and rename preview are IDE/agent-level capabilities that each supported agent already has access to through its host environment. Regarding the phased roadmap — the community has already been organically building these capabilities as independent extensions without needing a formal plan in core docs. That's the extension system working as intended. If you're interested in contributing, the most impactful path would be to build one of these ideas as a concrete extension — the Extension Development Guide has everything you need to get started |
|
Thanks @mnriem for getting back. Sure Im looking forward to contribute. |
Summary
Why this PR
Spec Kit already has strong foundations in its core workflow and extension-system direction, but there is not yet a single maintainers-friendly proposal that frames advanced AI-native workflows as optional, extension-oriented additions rather than core complexity.
This PR proposes a phased roadmap for:
Scope
This is intentionally a docs-first proposal.
It does not:
Files changed
extensions/RFC-ADVANCED-AI-WORKFLOWS.mdREADME.mddocs/index.mdReference implementation
This proposal links to
Jarvis2021/agentic-sdlc-developmentas a working open-source reference for maintainers who want concrete examples of:Validation
README.md,CONTRIBUTING.md, extension RFC, and command template structure inspec-kitAI assistance disclosure
This PR was created with AI assistance for repo analysis, drafting, and editing. The proposal scope, rationale, and final content were reviewed and directed by a human before submission.